var error_msg_1576 = ""; function validate_email_1576(mail) { if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(mail)) { return (true); } error_msg_1576 = "Имэйл хаягаа зөв оруулна уу"; return (false); } function getCookie_1576(cname) { var name_1576 = cname + "="; var decodedCookie_1576 = decodeURIComponent(document.cookie); var ca_1576 = decodedCookie_1576.split(';'); for(var i = 0; i < ca_1576.length; i++) { var c_1576 = ca_1576[i]; while (c_1576.charAt(0) == ' ') { c_1576 = c_1576.substring(1); } if (c_1576.indexOf(name_1576) == 0) { return c_1576.substring(name_1576.length, c_1576.length); } } return ""; } function subscribe_submit_1576(){ var form_1576 = document.querySelector('#subscribe-form-1576'); var data_1576 = new FormData(form_1576); var url_1576 = "/api.php/subscription/save?site_id=1059&id=1576" + '&cookie_id=' + getCookie_1576("cookie_id") + '&short_cookie_id=' + getCookie_1576("short_cookie_id"); var xhr_1576 = new XMLHttpRequest(); if (window.XMLHttpRequest) { // Mozilla, Safari, ... var xhr_1576 = new XMLHttpRequest(); } else if (window.ActiveXObject) { // IE var xhr_1576 = new ActiveXObject("Microsoft.XMLHTTP"); } xhr_1576.open('POST', url_1576, true); xhr_1576.onload = function () { /* do something to response */ console.log(this.responseText); document.getElementById("subscription-form-container-1576").innerHTML = this.responseText; }; var valid_1576 = 1; if(form_1576.querySelector('input[name="subscriber[name]"]')){ if(form_1576.querySelector('input[name="subscriber[name]"]').value.trim().length > 0){ }else{ valid_1576 = 0; form_1576.querySelector('input[name="subscriber[name]"]').setAttribute("style", "border-color: red;"); } } if(form_1576.querySelector('input[name="subscriber[email]"]')){ if(form_1576.querySelector('input[name="subscriber[email]"]').value.trim().length > 0){ }else{ valid_1576 = 0; form_1576.querySelector('input[name="subscriber[email]"]').setAttribute("style", "border-color: red;"); } } if(form_1576.querySelector('input[name="subscriber[phone]"]')){ if(form_1576.querySelector('input[name="subscriber[phone]"]').value.trim().length > 0){ }else{ valid_1576 = 0; form_1576.querySelector('input[name="subscriber[phone]"]').setAttribute("style", "border-color: red;"); } } if(form_1576.querySelector('input[name="subscription[company_name]"]')){ if(form_1576.querySelector('input[name="subscription[company_name]"]').value.trim().length > 0){ }else{ valid_1576 = 0; form_1576.querySelector('input[name="subscription[company_name]"]').setAttribute("style", "border-color: red;"); } } if(form_1576.querySelector('input[name="subscription[company_position]"]')){ if(form_1576.querySelector('input[name="subscription[company_position]"]').value.trim().length > 0){ }else{ valid_1576 = 0; form_1576.querySelector('input[name="subscription[company_position]"]').setAttribute("style", "border-color: red;"); } } if(form_1576.querySelector('input[name="subscription[title]"]')){ if(form_1576.querySelector('input[name="subscription[title]"]').value.trim().length > 0){ }else{ valid_1576 = 0; form_1576.querySelector('input[name="subscription[title]"]').setAttribute("style", "border-color: red;"); } } if(form_1576.querySelector('textarea[name="subscription[body]"]')){ if(form_1576.querySelector('textarea[name="subscription[body]"]').value.trim().length > 0){ }else{ valid_1576 = 0; form_1576.querySelector('textarea[name="subscription[body]"]').setAttribute("style", "border-color: red;"); } } if(valid_1576 == 0){ error_msg_1576 = "Талбаруудыг бүрэн бөглөнө үү!"; } if(!validate_email_1576(form_1576.querySelector('input[name="subscriber[email]"]').value)){ form_1576.querySelector('input[name="subscriber[email]"]').style="border-color: red;"; valid_1576 = 0; }else{ } if(valid_1576){ document.querySelector('#subscribe-form-1576').style.display = "none"; document.querySelector('#subscription-form-loading-1576').style.display = "inline"; xhr_1576.send(data_1576); }else{ alert(error_msg_1576); } } // function postRequest_1576(strURL) { var xmlHttp_1576; if (window.XMLHttpRequest) { // Mozilla, Safari, ... var xmlHttp_1576 = new XMLHttpRequest(); } else if (window.ActiveXObject) { // IE var xmlHttp_1576 = new ActiveXObject("Microsoft.XMLHTTP"); } xmlHttp_1576.open('POST', strURL, true); xmlHttp_1576.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); xmlHttp_1576.onreadystatechange = function() { if (xmlHttp_1576.readyState == 4) { updatepage_1576(xmlHttp_1576.responseText); } } xmlHttp_1576.send(strURL); } // function updatepage_1576(str){ document.getElementById("subscription-form-container-1576").innerHTML = str; } //'//beta.mongoltax.mn' + var get_url_1576 = '/api.php/subscription/renderform?site_id=1059' + '&id=1576' + '&placeholder[subscriber][name]=Таны нэр&placeholder[subscriber][email]=Имейл хаяг&placeholder[subscriber][phone]=Утасны дугаар&placeholder[subscription][company_name]=Байгууллагын нэр&placeholder[subscription][company_position]=Үйл ажиллагааны чиглэл&placeholder[subscription][title]=Манай байгууллагын мэдээллийг та хаанаас авсан бэ?&placeholder[subscription][body]=Зурвас' ; postRequest_1576(get_url_1576);